Gets or sets an instance of an item at the specified index.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As T Get Set |
C# |
---|
public T this[ int index ] { get; set; } |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to get or set.